home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / criterr.arc / CRITERR.DOC next >
Encoding:
Text File  |  1986-03-31  |  1.5 KB  |  26 lines

  1. TITLE           CRITERR -- Trap and display critical errors in a 
  2.                            pop-up window 
  3.  
  4. DESCIPTION      CRITERR (the file CRITERR.EXE) is a resident program that 
  5.                 will trap and display DOS Critical Errors. It displays the 
  6.                 type of error, what device was involved, a little technical 
  7.                 information about the error, and a list of possible actions
  8.                 in a "pop-up" window. You respond by typing the first 
  9.                 letter of the action you wish to take. The window will then
  10.                 close and leave the screen undisturbed. This program is most
  11.                 helpful when screen sensitive programs are executed because
  12.                 the screen remains undisturbed.
  13.  
  14. TECHINCAL
  15. INFORMATION     CRITERR "hooks" itself into both interrupt 0x21 and 0x24.
  16.                 It will not pass on execution to anything else using 0x24,
  17.                 and in fact, will "unhook" any other program from 0x24. It
  18.                 uses interrupt 0x21 to "re-hook" itself whenever a DOS call
  19.                 is made, and will pass on execution to other programs 
  20.                 "hooked" into this interrupt. Therefore, this program may
  21.                 not work well with other programs using interrupt 0x24.
  22.  
  23.                 If you encounter any problems with this program, or have
  24.                 any comments, leave a message to me on the Plantz IBBS
  25.                 (my id is ID0978) at (312) 885-9557.
  26.